Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dudplite.h29 udp_sk(sk)->pcflag = UDPLITE_BIT; in udplite_sk_init()
77 if (up->pcflag & UDPLITE_SEND_CC) { in udplite_csum_outgoing()
120 if ((up->pcflag & UDPLITE_SEND_CC) && up->pcslen < len) { in udplite_csum()
/linux-4.4.14/include/linux/
Dudp.h67 __u8 pcflag; /* marks socket as UDP-Lite if > 0 */ member
107 #define IS_UDPLITE(__sk) (udp_sk(__sk)->pcflag)
/linux-4.4.14/net/ipv4/
Dudp.c2119 up->pcflag |= UDPLITE_SEND_CC; in udp_lib_setsockopt()
2133 up->pcflag |= UDPLITE_RECV_CC; in udp_lib_setsockopt()