Home
last modified time | relevance | path

Searched refs:sadb_prop (Results 1 – 4 of 4) sorted by relevance

/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 Dpfkeyv2.h97 struct sadb_prop { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpfkeyv2.h97 struct sadb_prop { struct
/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 Dpfkeyv2.h97 struct sadb_prop { struct
/OK3568_Linux_fs/kernel/net/key/
H A Daf_key.c363 [SADB_EXT_PROPOSAL] = (u8) sizeof(struct sadb_prop),
2915 return sz + sizeof(struct sadb_prop); in count_ah_combs()
2945 return sz + sizeof(struct sadb_prop); in count_esp_combs()
2950 struct sadb_prop *p; in dump_ah_combs()
2954 p = skb_put(skb, sizeof(struct sadb_prop)); in dump_ah_combs()
2955 p->sadb_prop_len = sizeof(struct sadb_prop)/8; in dump_ah_combs()
2988 struct sadb_prop *p; in dump_esp_combs()
2992 p = skb_put(skb, sizeof(struct sadb_prop)); in dump_esp_combs()
2993 p->sadb_prop_len = sizeof(struct sadb_prop)/8; in dump_esp_combs()