Lines Matching refs:ip_options
44 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, in ip_options_build()
49 memcpy(&(IPCB(skb)->opt), opt, sizeof(struct ip_options)); in ip_options_build()
77 int __ip_options_echo(struct net *net, struct ip_options *dopt, in __ip_options_echo()
78 struct sk_buff *skb, const struct ip_options *sopt) in __ip_options_echo()
84 memset(dopt, 0, sizeof(struct ip_options)); in __ip_options_echo()
198 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment()
242 struct ip_options *opt, struct sk_buff *skb, in __ip_options_compile()
466 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile()
482 void ip_options_undo(struct ip_options *opt) in ip_options_undo()
540 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options()
587 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_rcv_srr()