Home
last modified time | relevance | path

Searched refs:ip_options (Results 1 – 4 of 4) sorted by relevance

/include/net/
Dicmp.h40 const struct ip_options *opt);
51 struct ip_options opts = { 0 }; in icmp_ndo_send()
Dip.h50 struct ip_options opt; /* Compiled IP options */
294 const struct ip_options *sopt,
760 void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
763 int __ip_options_echo(struct net *net, struct ip_options *dopt,
764 struct sk_buff *skb, const struct ip_options *sopt);
765 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo()
772 int __ip_options_compile(struct net *net, struct ip_options *opt,
774 int ip_options_compile(struct net *net, struct ip_options *opt,
778 void ip_options_undo(struct ip_options *opt);
Dinet_sock.h40 struct ip_options { struct
61 struct ip_options opt; argument
169 struct ip_options *opt;
Dtcp.h2483 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()