Home
last modified time | relevance | path

Searched refs:pcflag (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/net/
Dudplite.h28 udp_sk(sk)->pcflag = UDPLITE_BIT; in udplite_sk_init()
76 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing()
119 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum()
/linux-3.4.99/include/linux/
Dudp.h78 __u8 pcflag; /* marks socket as UDP-Lite if > 0 */ member
97 #define IS_UDPLITE(__sk) (udp_sk(__sk)->pcflag)
/linux-3.4.99/net/ipv4/
Dudp.c1782 up->pcflag |= UDPLITE_SEND_CC; in udp_lib_setsockopt()
1796 up->pcflag |= UDPLITE_RECV_CC; in udp_lib_setsockopt()