Home
last modified time | relevance | path

Searched refs:ipv6_opt_hdr (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dcalipso.c780 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update()
808 static int calipso_tlv_len(struct ipv6_opt_hdr *opt, unsigned int offset) in calipso_tlv_len()
846 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find()
907 static struct ipv6_opt_hdr *
908 calipso_opt_insert(struct ipv6_opt_hdr *hop, in calipso_opt_insert()
913 struct ipv6_opt_hdr *new; in calipso_opt_insert()
971 static int calipso_opt_del(struct ipv6_opt_hdr *hop, in calipso_opt_del()
972 struct ipv6_opt_hdr **new) in calipso_opt_del()
1075 struct ipv6_opt_hdr *hop; in calipso_sock_getattr()
1130 struct ipv6_opt_hdr *old, *new; in calipso_sock_setattr()
[all …]
H A Dexthdrs_core.c80 struct ipv6_opt_hdr _hdr, *hp; in ipv6_skip_exthdr()
120 struct ipv6_opt_hdr *hdr; in ipv6_find_tlv()
125 hdr = (struct ipv6_opt_hdr *)(nh + offset); in ipv6_find_tlv()
207 struct ipv6_opt_hdr _hdr, *hp; in ipv6_find_hdr()
H A Doutput_core.c73 struct ipv6_opt_hdr *exthdr; in ip6_find_1stfragopt()
94 if (offset + sizeof(struct ipv6_opt_hdr) > packet_len) in ip6_find_1stfragopt()
97 exthdr = (struct ipv6_opt_hdr *)(skb_network_header(skb) + in ip6_find_1stfragopt()
H A Dmip6.c254 struct ipv6_opt_hdr *exthdr = in mip6_destopt_offset()
255 (struct ipv6_opt_hdr *)(ipv6_hdr(skb) + 1); in mip6_destopt_offset()
292 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in mip6_destopt_offset()
390 struct ipv6_opt_hdr *exthdr = in mip6_rthdr_offset()
391 (struct ipv6_opt_hdr *)(ipv6_hdr(skb) + 1); in mip6_rthdr_offset()
427 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in mip6_rthdr_offset()
H A Dexthdrs.c1154 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr()
1156 struct ipv6_opt_hdr *h = skb_push(skb, ipv6_optlen(opt)); in ipv6_push_exthdr()
1211 struct ipv6_opt_hdr **dest, in ipv6_renew_option()
1212 struct ipv6_opt_hdr *old, in ipv6_renew_option()
1213 struct ipv6_opt_hdr *new, in ipv6_renew_option()
1216 struct ipv6_opt_hdr *src; in ipv6_renew_option()
1223 *dest = (struct ipv6_opt_hdr *)*p; in ipv6_renew_option()
1249 int newtype, struct ipv6_opt_hdr *newopt) in ipv6_renew_options()
1289 (struct ipv6_opt_hdr **)&opt2->srcrt, in ipv6_renew_options()
1290 (opt ? (struct ipv6_opt_hdr *)opt->srcrt : NULL), in ipv6_renew_options()
H A Ddatagram.c760 struct ipv6_opt_hdr *hdr; in ip6_datagram_send_ctl()
859 if (opt->hopopt || cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) { in ip6_datagram_send_ctl()
864 hdr = (struct ipv6_opt_hdr *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
879 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) { in ip6_datagram_send_ctl()
884 hdr = (struct ipv6_opt_hdr *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
904 if (cmsg->cmsg_len < CMSG_LEN(sizeof(struct ipv6_opt_hdr))) { in ip6_datagram_send_ctl()
909 hdr = (struct ipv6_opt_hdr *)CMSG_DATA(cmsg); in ip6_datagram_send_ctl()
H A Dah6.c105 static bool zero_out_mutable_opts(struct ipv6_opt_hdr *opthdr) in zero_out_mutable_opts()
149 static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *destopt) in ipv6_rearrange_destopt()
202 static void ipv6_rearrange_destopt(struct ipv6hdr *iph, struct ipv6_opt_hdr *destopt) {} in ipv6_rearrange_destopt()
248 struct ipv6_opt_hdr *opth; in ipv6_clear_mutable_options()
H A Dip6_offload.c43 struct ipv6_opt_hdr *opth; in ipv6_gso_pull_exthdrs()
164 struct ipv6_opt_hdr *opth = (void *)iph; in ipv6_exthdrs_len()
H A Dipv6_sockglue.c322 struct ipv6_opt_hdr *new = NULL; in ipv6_set_opt_hdr()
337 if (optlen < sizeof(struct ipv6_opt_hdr) || in ipv6_set_opt_hdr()
1024 struct ipv6_opt_hdr *hdr; in ipv6_getsockopt_sticky()
1037 hdr = (struct ipv6_opt_hdr *)opt->srcrt; in ipv6_getsockopt_sticky()
H A Desp6_offload.c33 struct ipv6_opt_hdr *exthdr; in esp6_nexthdr_esp_offset()
H A Dip6_tunnel.c433 struct ipv6_opt_hdr *hdr; in ip6_tnl_parse_tlv_enc_lim()
439 hdr = (struct ipv6_opt_hdr *)(skb->data + off); in ip6_tnl_parse_tlv_enc_lim()
1023 opt->ops.dst1opt = (struct ipv6_opt_hdr *) opt->dst_opt; in init_tel_txopt()
H A Dip6_output.c1343 static inline struct ipv6_opt_hdr *ip6_opt_dup(struct ipv6_opt_hdr *src, in ip6_opt_dup()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dipv6.h61 struct ipv6_opt_hdr { struct
69 #define ipv6_destopt_hdr ipv6_opt_hdr argument
70 #define ipv6_hopopt_hdr ipv6_opt_hdr
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dipv6.h61 struct ipv6_opt_hdr { struct
69 #define ipv6_destopt_hdr ipv6_opt_hdr argument
70 #define ipv6_hopopt_hdr ipv6_opt_hdr
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dipv6.h62 struct ipv6_opt_hdr { struct
70 #define ipv6_destopt_hdr ipv6_opt_hdr argument
71 #define ipv6_hopopt_hdr ipv6_opt_hdr
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6t_ipv6header.c46 const struct ipv6_opt_hdr *hp; in ipv6header_mt6()
47 struct ipv6_opt_hdr _hdr; in ipv6header_mt6()
56 if (len < (int)sizeof(struct ipv6_opt_hdr)) in ipv6header_mt6()
H A Dip6t_hbh.c46 struct ipv6_opt_hdr _optsh; in hbh_mt6()
47 const struct ipv6_opt_hdr *oh; in hbh_mt6()
H A Dnf_log_ipv6.c74 struct ipv6_opt_hdr _hdr; in dump_ipv6_packet()
75 const struct ipv6_opt_hdr *hp; in dump_ipv6_packet()
H A Dnf_conntrack_reasm.c401 struct ipv6_opt_hdr hdr; in find_prev_fhdr()
411 if (len < (int)sizeof(struct ipv6_opt_hdr)) { in find_prev_fhdr()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6.h297 struct ipv6_opt_hdr *hopopt;
298 struct ipv6_opt_hdr *dst0opt;
300 struct ipv6_opt_hdr *dst1opt;
436 struct ipv6_opt_hdr *newopt);
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_csum.c447 static int tcf_csum_ipv6_hopopts(struct ipv6_opt_hdr *ip6xh, unsigned int ixhl, in tcf_csum_ipv6_hopopts()
486 struct ipv6_opt_hdr *ip6xh; in tcf_csum_ipv6()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c335 struct ipv6_opt_hdr *ip6h, _ip6h; in PROG()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c134 struct ipv6_opt_hdr *hp; in iwl_mvm_tx_csum()
144 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in iwl_mvm_tx_csum()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_policy.c3403 struct ipv6_opt_hdr *exthdr; in decode_session6()
3427 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in decode_session6()
3438 exthdr = (struct ipv6_opt_hdr *)(nh + offset); in decode_session6()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c4996 struct ipv6_opt_hdr *hp; in skb_checksum_setup_ipv6()
5000 sizeof(struct ipv6_opt_hdr), in skb_checksum_setup_ipv6()
5005 hp = OPT_HDR(struct ipv6_opt_hdr, skb, off); in skb_checksum_setup_ipv6()

12