Searched refs:pcflag (Results 1 – 4 of 4) sorted by relevance
31 udp_sk(sk)->pcflag = UDPLITE_BIT; in udplite_sk_init()80 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing()123 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum()
72 __u8 pcflag; /* marks socket as UDP-Lite if > 0 */ member
2170 if ((up->pcflag & UDPLITE_RECV_CC) && UDP_SKB_CB(skb)->partial_cov) { in udp_queue_rcv_one_skb()2749 up->pcflag |= UDPLITE_SEND_CC; in udp_lib_setsockopt()2763 up->pcflag |= UDPLITE_RECV_CC; in udp_lib_setsockopt()
717 if ((up->pcflag & UDPLITE_RECV_CC) && UDP_SKB_CB(skb)->partial_cov) { in udpv6_queue_rcv_one_skb()
Completed in 14 milliseconds