Searched refs:satype (Results 1 – 1 of 1) sorted by relevance
584 pfkey_satype2proto(uint8_t satype) in pfkey_satype2proto() argument586 switch (satype) { in pfkey_satype2proto()1896 int satype = hdr->sadb_msg_satype; in pfkey_promisc() local1901 if (satype != 0 && satype != 1) in pfkey_promisc()1903 pfk->promisc = satype; in pfkey_promisc()3347 __u8 satype = (x->id.proto == IPPROTO_ESP ? SADB_SATYPE_ESP : 0); in pfkey_send_new_mapping() local3354 if (!satype) in pfkey_send_new_mapping()3381 hdr->sadb_msg_satype = satype; in pfkey_send_new_mapping()