Searched refs:dontfrag (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtransp_v6.h48 int *dontfrag);
H A Dipv6.h507 int dontfrag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Draw.c735 int dontfrag = -1; local
815 &tclass, &dontfrag);
878 if (dontfrag < 0)
879 dontfrag = np->dontfrag;
891 msg->msg_flags, dontfrag);
H A Dudp.c948 int dontfrag = -1; local
1080 &tclass, &dontfrag);
1146 if (dontfrag < 0)
1147 dontfrag = np->dontfrag;
1172 corkreq ? msg->msg_flags|MSG_MORE : msg->msg_flags, dontfrag);
H A Ddatagram.c586 int *hlimit, int *tclass, int *dontfrag)
841 *dontfrag = df;
583 datagram_send_ctl(struct net *net, struct msghdr *msg, struct flowi *fl, struct ipv6_txoptions *opt, int *hlimit, int *tclass, int *dontfrag) argument
H A Dicmp.c479 MSG_DONTWAIT, np->dontfrag);
560 np->dontfrag);
H A Dipv6_sockglue.c762 np->dontfrag = valbool;
1150 val = np->dontfrag;
H A Dip6_output.c1120 struct rt6_info *rt, unsigned int flags, int dontfrag)
1221 if (dontfrag && (proto == IPPROTO_UDP || proto == IPPROTO_RAW)){
1116 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 flowi *fl, struct rt6_info *rt, unsigned int flags, int dontfrag) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dipv6.h358 dontfrag:1; member in struct:ipv6_pinfo

Completed in 188 milliseconds