Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dip_forward.c67 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward_finish()
88 struct ip_options *opt = &(IPCB(skb)->opt); in ip_forward()
H A DMakefile7 ip_input.o ip_fragment.o ip_forward.o ip_options.o \
H A Dip_output.c963 struct ip_options *opt = cork->opt; in __ip_append_data()
1314 cork->opt = kmalloc(sizeof(struct ip_options) + 40, in ip_setup_cork()
1319 memcpy(cork->opt, &opt->opt, sizeof(struct ip_options) + opt->opt.optlen); in ip_setup_cork()
1405 struct ip_options *opt = NULL; in __ip_make_skb()
1604 const struct ip_options *sopt, in ip_send_unicast_reply()
/linux/net/netfilter/
H A Dnft_exthdr.c85 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 Dql4_fw.h868 uint16_t ip_options; /* 0C-0D */ member
H A Dql4_os.c3567 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_from_fwddb_param()
3693 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_fwddb_param()
3695 fw_ddb_entry->ip_options = cpu_to_le16(options); in qla4xxx_copy_to_fwddb_param()
3803 options = le16_to_cpu(fw_ddb_entry->ip_options); in qla4xxx_copy_to_sess_conn_params()
/linux/include/net/
H A Dtcp.h2586 const struct ip_options *opt = &TCP_SKB_CB(skb)->header.h4.opt; in tcp_v4_save_options()