Lines Matching refs:ipv6_opt_hdr
798 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update()
826 static int calipso_tlv_len(struct ipv6_opt_hdr *opt, unsigned int offset) in calipso_tlv_len()
864 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find()
925 static struct ipv6_opt_hdr *
926 calipso_opt_insert(struct ipv6_opt_hdr *hop, in calipso_opt_insert()
931 struct ipv6_opt_hdr *new; in calipso_opt_insert()
989 static int calipso_opt_del(struct ipv6_opt_hdr *hop, in calipso_opt_del()
990 struct ipv6_opt_hdr **new) in calipso_opt_del()
1092 struct ipv6_opt_hdr *hop; in calipso_sock_getattr()
1147 struct ipv6_opt_hdr *old, *new; in calipso_sock_setattr()
1175 struct ipv6_opt_hdr *new_hop; in calipso_sock_delattr()
1212 struct ipv6_opt_hdr *old, *new; in calipso_req_setattr()
1251 struct ipv6_opt_hdr *new; in calipso_req_delattr()
1317 struct ipv6_opt_hdr *hop; in calipso_skbuff_setattr()
1324 hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_setattr()
1361 hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_setattr()
1363 struct ipv6_opt_hdr *new_hop = (struct ipv6_opt_hdr *)buf; in calipso_skbuff_setattr()
1390 struct ipv6_opt_hdr *old_hop; in calipso_skbuff_delattr()
1402 old_hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_delattr()