Searched refs:ip_options (Results 1 – 23 of 23) sorted by relevance
/linux/net/ipv4/ |
A D | ip_options.c | 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() 90 int __ip_options_echo(struct net *net, struct ip_options *dopt, in __ip_options_echo() 91 struct sk_buff *skb, const struct ip_options *sopt) in __ip_options_echo() 97 memset(dopt, 0, sizeof(struct ip_options)); in __ip_options_echo() 211 struct ip_options *opt = &(IPCB(skb)->opt); in ip_options_fragment() 255 struct ip_options *opt, struct sk_buff *skb, in __ip_options_compile() 479 struct ip_options *opt, struct sk_buff *skb) in ip_options_compile() 495 void ip_options_undo(struct ip_options *opt) in ip_options_undo() 553 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_options() [all …]
|
A D | ip_forward.c | 67 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish() 91 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
|
A D | built-in.a | 9 ip_options.o/
|
A D | cipso_ipv4.c | 1719 unsigned char optbuf[sizeof(struct ip_options) + 40]; in cipso_v4_error() 1720 struct ip_options *opt = (struct ip_options *)optbuf; in cipso_v4_error() 1731 memset(opt, 0, sizeof(struct ip_options)); in cipso_v4_error() 2167 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_setattr() 2243 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_delattr()
|
A D | ip_sockglue.c | 89 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ip_cmsg_recv_retopts() 90 struct ip_options *opt = (struct ip_options *)optbuf; in ip_cmsg_recv_retopts() 1550 unsigned char optbuf[sizeof(struct ip_options)+40]; in do_ip_getsockopt() 1551 struct ip_options *opt = (struct ip_options *)optbuf; in do_ip_getsockopt() 1559 sizeof(struct ip_options) + in do_ip_getsockopt()
|
A D | ip_output.c | 957 struct ip_options *opt = cork->opt; in __ip_append_data() 1244 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork() 1249 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork() 1321 struct ip_options *opt = NULL; in ip_append_page() 1467 struct ip_options *opt = NULL; in __ip_make_skb() 1650 const struct ip_options *sopt, in ip_send_unicast_reply()
|
A D | .ip_options.o.cmd | 1 …ip_options.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/b… 3 source_net/ipv4/ip_options.o := net/ipv4/ip_options.c 5 deps_net/ipv4/ip_options.o := \ 1483 net/ipv4/ip_options.o: $(deps_net/ipv4/ip_options.o) 1485 $(deps_net/ipv4/ip_options.o):
|
A D | .built-in.a.cmd | 1 …/ipv4/ip_input.o net/ipv4/ip_fragment.o net/ipv4/ip_forward.o net/ipv4/ip_options.o net/ipv4/ip_ou…
|
A D | Makefile | 7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
|
A D | syncookies.c | 323 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
|
A D | ip_input.c | 260 struct ip_options *opt; in ip_rcv_options()
|
A D | icmp.c | 592 const struct ip_options *opt) in __icmp_send() 785 struct ip_options opts = { 0 }; in icmp_ndo_send()
|
A D | ipmr.c | 1778 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
|
A D | route.c | 1202 struct ip_options opt; in ipv4_send_dest_unreach()
|
/linux/include/net/ |
A D | ip.h | 48 struct ip_options opt; /* Compiled IP options */ 279 const struct ip_options *sopt, 723 void ip_options_build(struct sk_buff *skb, struct ip_options *opt, 726 int __ip_options_echo(struct net *net, struct ip_options *dopt, 727 struct sk_buff *skb, const struct ip_options *sopt); 728 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo() 735 int __ip_options_compile(struct net *net, struct ip_options *opt, 737 int ip_options_compile(struct net *net, struct ip_options *opt, 741 void ip_options_undo(struct ip_options *opt);
|
A D | icmp.h | 40 const struct ip_options *opt); 51 struct ip_options opts = { 0 }; in icmp_ndo_send()
|
A D | inet_sock.h | 39 struct ip_options { struct 60 struct ip_options opt; argument 153 struct ip_options *opt;
|
A D | tcp.h | 2114 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
|
/linux/net/netfilter/ |
A D | nft_exthdr.c | 78 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ipv4_find_option() 79 struct ip_options *opt = (struct ip_options *)optbuf; in ipv4_find_option() 95 memset(opt, 0, sizeof(struct ip_options)); in ipv4_find_option()
|
A D | nft_flow_offload.c | 260 const struct ip_options *opt; in nft_flow_offload_skip()
|
/linux/net/ |
A D | built-in.a | 92 ipv4/ip_options.o/
|
/linux/drivers/scsi/qla4xxx/ |
A D | ql4_fw.h | 868 uint16_t ip_options; /* 0C-0D */ member
|
A D | ql4_os.c | 3555 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_from_fwddb_param() 3682 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_fwddb_param() 3684 fw_ddb_entry->ip_options = cpu_to_le16(options); in qla4xxx_copy_to_fwddb_param() 3792 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_sess_conn_params()
|
Completed in 81 milliseconds