Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dip_options.c44 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()
[all …]
A Dip_forward.c67 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish()
91 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
A Dcipso_ipv4.c1721 unsigned char optbuf[sizeof(struct ip_options) + 40]; in cipso_v4_error()
1722 struct ip_options *opt = (struct ip_options *)optbuf; in cipso_v4_error()
1733 memset(opt, 0, sizeof(struct ip_options)); in cipso_v4_error()
2169 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_setattr()
2245 struct ip_options *opt = &IPCB(skb)->opt; in cipso_v4_skbuff_delattr()
A Dip_sockglue.c89 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()
1569 unsigned char optbuf[sizeof(struct ip_options)+40]; in do_ip_getsockopt()
1570 struct ip_options *opt = (struct ip_options *)optbuf; in do_ip_getsockopt()
1578 sizeof(struct ip_options) + in do_ip_getsockopt()
A DMakefile7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
A Dip_output.c972 struct ip_options *opt = cork->opt; in __ip_append_data()
1277 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork()
1282 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork()
1354 struct ip_options *opt = NULL; in ip_append_page()
1498 struct ip_options *opt = NULL; in __ip_make_skb()
1681 const struct ip_options *sopt, in ip_send_unicast_reply()
A Dsyncookies.c327 struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in cookie_v4_check()
A Dip_input.c262 struct ip_options *opt; in ip_rcv_options()
A Dicmp.c588 const struct ip_options *opt) in __icmp_send()
781 struct ip_options opts = { 0 }; in icmp_ndo_send()
A Dipmr.c1789 struct ip_options *opt = &(IPCB(skb)->opt); in ipmr_forward_finish()
A Droute.c1216 struct ip_options opt; in ipv4_send_dest_unreach()
/linux-6.3-rc2/include/net/
A Dicmp.h40 const struct ip_options *opt);
51 struct ip_options opts = { 0 }; in icmp_ndo_send()
A Dip.h48 struct ip_options opt; /* Compiled IP options */
280 const struct ip_options *sopt,
715 void ip_options_build(struct sk_buff *skb, struct ip_options *opt,
718 int __ip_options_echo(struct net *net, struct ip_options *dopt,
719 struct sk_buff *skb, const struct ip_options *sopt);
720 static inline int ip_options_echo(struct net *net, struct ip_options *dopt, in ip_options_echo()
727 int __ip_options_compile(struct net *net, struct ip_options *opt,
729 int ip_options_compile(struct net *net, struct ip_options *opt,
733 void ip_options_undo(struct ip_options *opt);
A Dinet_sock.h39 struct ip_options { struct
60 struct ip_options opt; argument
166 struct ip_options *opt;
A Dtcp.h2191 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()
/linux-6.3-rc2/net/netfilter/
A Dnft_exthdr.c77 unsigned char optbuf[sizeof(struct ip_options) + 40]; in ipv4_find_option()
78 struct ip_options *opt = (struct ip_options *)optbuf; in ipv4_find_option()
94 memset(opt, 0, sizeof(struct ip_options)); in ipv4_find_option()
A Dnft_flow_offload.c275 const struct ip_options *opt; in nft_flow_offload_skip()
/linux-6.3-rc2/drivers/scsi/qla4xxx/
A Dql4_fw.h868 uint16_t ip_options; /* 0C-0D */ member
A Dql4_os.c3555 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_from_fwddb_param()
3681 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_fwddb_param()
3683 fw_ddb_entry->ip_options = cpu_to_le16(options); in qla4xxx_copy_to_fwddb_param()
3791 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_sess_conn_params()

Completed in 67 milliseconds