Lines Matching refs:ipv6_opt_hdr
784 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update()
812 static int calipso_tlv_len(struct ipv6_opt_hdr *opt, unsigned int offset) in calipso_tlv_len()
850 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find()
911 static struct ipv6_opt_hdr *
912 calipso_opt_insert(struct ipv6_opt_hdr *hop, in calipso_opt_insert()
917 struct ipv6_opt_hdr *new; in calipso_opt_insert()
975 static int calipso_opt_del(struct ipv6_opt_hdr *hop, in calipso_opt_del()
976 struct ipv6_opt_hdr **new) in calipso_opt_del()
1078 struct ipv6_opt_hdr *hop; in calipso_sock_getattr()
1133 struct ipv6_opt_hdr *old, *new; in calipso_sock_setattr()
1161 struct ipv6_opt_hdr *new_hop; in calipso_sock_delattr()
1198 struct ipv6_opt_hdr *old, *new; in calipso_req_setattr()
1237 struct ipv6_opt_hdr *new; in calipso_req_delattr()
1303 struct ipv6_opt_hdr *hop; in calipso_skbuff_setattr()
1310 hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_setattr()
1347 hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_setattr()
1349 struct ipv6_opt_hdr *new_hop = (struct ipv6_opt_hdr *)buf; in calipso_skbuff_setattr()
1376 struct ipv6_opt_hdr *old_hop; in calipso_skbuff_delattr()
1388 old_hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_delattr()