Home
last modified time | relevance | path

Searched refs:sadb_msg_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/key/
H A Daf_key.c1395 out_hdr->sadb_msg_type = SADB_GETSPI; in pfkey_getspi()
1508 if (hdr->sadb_msg_type == SADB_ADD) in pfkey_add()
1521 if (hdr->sadb_msg_type == SADB_ADD) in pfkey_add()
1598 out_hdr->sadb_msg_type = SADB_GET; in pfkey_get()
1744 hdr->sadb_msg_type = SADB_FLUSH; in key_notify_sa_flush()
1801 out_hdr->sadb_msg_type = SADB_DUMP; in dump_sa()
2455 out_hdr->sadb_msg_type = hdr->sadb_msg_type; in key_pol_get_resp()
2765 hdr->sadb_msg_type = SADB_X_SPDFLUSH; in key_notify_policy_flush()
2846 if (pfkey_funcs[hdr->sadb_msg_type]) in pfkey_process()
3191 hdr->sadb_msg_type = SADB_ACQUIRE; in pfkey_send_acquire()
[all …]
/openbmc/linux/include/uapi/linux/
H A Dpfkeyv2.h17 __u8 sadb_msg_type; member