Searched refs:ip_options (Results 1 – 13 of 13) sorted by relevance
/linux/include/net/ |
H A D | icmp.h | 40 const struct ip_options *opt); 51 struct ip_options opts = { 0 }; in icmp_ndo_send()
|
H A D | ip.h | 49 struct ip_options opt; /* Compiled IP options */ 293 const struct ip_options *sopt, 764 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, 767 int __ip_options_echo(struct net *net, struct ip_options *dopt, 768 struct sk_buff *skb, const struct ip_options *sopt); 769 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo() 776 int __ip_options_compile(struct net *net, struct ip_options *opt, 778 int ip_options_compile(struct net *net, struct ip_options *opt, 782 void ip_options_undo(struct ip_options *opt);
|
H A D | tcp.h | 2487 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
/linux/net/ipv4/ |
H A D | ip_forward.c | 67 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish() 88 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
|
H A D | cipso_ipv4.c | 1718 unsigned char optbuf[sizeof(struct ip_options) + 40]; in cipso_v4_error() 1719 struct ip_options *opt = (struct ip_options *)optbuf; in cipso_v4_error() 1730 memset(opt, 0, sizeof(struct ip_options)); in cipso_v4_error() 2178 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_setattr() 2255 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_delattr()
|
H A D | Makefile | 7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
|
H A D | syncookies.c | 400 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
H A D | icmp.c | 595 const struct ip_options *opt) in __icmp_send() 800 struct ip_options opts = { 0 }; in icmp_ndo_send()
|
H A D | ipmr.c | 1832 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
|
H A D | route.c | 1218 struct ip_options opt; in ipv4_send_dest_unreach()
|
/linux/net/netfilter/ |
H A D | nft_exthdr.c | 85 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ipv4_find_option() 86 struct ip_options *opt = (struct ip_options *)optbuf; in ipv4_find_option() 100 memset(opt, 0, sizeof(struct ip_options)); in ipv4_find_option()
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_fw.h | 868 uint16_t ip_options; /* 0C-0D */ member
|
H A D | ql4_os.c | 3565 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_from_fwddb_param() 3691 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_fwddb_param() 3693 fw_ddb_entry->ip_options = cpu_to_le16(options); in qla4xxx_copy_to_fwddb_param() 3801 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_sess_conn_params()
|