Lines Matching refs:ipv6_opt_hdr
777 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) in calipso_opt_update()
805 static int calipso_tlv_len(struct ipv6_opt_hdr *opt, unsigned int offset) in calipso_tlv_len()
843 static int calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, in calipso_opt_find()
904 static struct ipv6_opt_hdr *
905 calipso_opt_insert(struct ipv6_opt_hdr *hop, in calipso_opt_insert()
910 struct ipv6_opt_hdr *new; in calipso_opt_insert()
968 static int calipso_opt_del(struct ipv6_opt_hdr *hop, in calipso_opt_del()
969 struct ipv6_opt_hdr **new) in calipso_opt_del()
1072 struct ipv6_opt_hdr *hop; in calipso_sock_getattr()
1127 struct ipv6_opt_hdr *old, *new; in calipso_sock_setattr()
1155 struct ipv6_opt_hdr *new_hop; in calipso_sock_delattr()
1192 struct ipv6_opt_hdr *old, *new; in calipso_req_setattr()
1231 struct ipv6_opt_hdr *new; in calipso_req_delattr()
1297 struct ipv6_opt_hdr *hop; in calipso_skbuff_setattr()
1304 hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_setattr()
1341 hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_setattr()
1343 struct ipv6_opt_hdr *new_hop = (struct ipv6_opt_hdr *)buf; in calipso_skbuff_setattr()
1370 struct ipv6_opt_hdr *old_hop; in calipso_skbuff_delattr()
1382 old_hop = (struct ipv6_opt_hdr *)(ip6_hdr + 1); in calipso_skbuff_delattr()