Searched defs:dontfrag (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/net/ipv6/ |
H A D | datagram.c | 685 ip6_datagram_send_ctl(struct net *net, struct sock *sk, struct msghdr *msg, struct flowi6 *fl6, struct ipv6_txoptions *opt, int *hlimit, int *tclass, int *dontfrag) ip6_datagram_send_ctl() argument
|
H A D | ip6_output.c | 1248 __ip6_append_data(struct sock *sk, struct flowi6 *fl6, struct sk_buff_head *queue, struct inet_cork *cork, struct inet6_cork *v6_cork, struct page_frag *pfrag, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, unsigned int flags, int dontfrag) __ip6_append_data() argument 1559 ip6_append_data(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, struct rt6_info *rt, unsigned int flags, int dontfrag) ip6_append_data() argument 1744 ip6_make_skb(struct sock *sk, int getfrag(void *from, char *to, int offset, int len, int odd, struct sk_buff *skb), void *from, int length, int transhdrlen, int hlimit, int tclass, struct ipv6_txoptions *opt, struct flowi6 *fl6, struct rt6_info *rt, unsigned int flags, int dontfrag) ip6_make_skb() argument
|
H A D | raw.c | 751 int dontfrag = -1; rawv6_sendmsg() local
|
H A D | udp.c | 1119 int dontfrag = -1; udpv6_sendmsg() local
|
/linux-4.4.14/net/l2tp/ |
H A D | l2tp_ip6.c | 499 int dontfrag = -1; l2tp_ip6_sendmsg() local
|
/linux-4.4.14/include/linux/ |
H A D | ipv6.h | 217 dontfrag:1, member in struct:ipv6_pinfo
|
Completed in 110 milliseconds