Searched refs:satype (Results 1 – 1 of 1) sorted by relevance
570 pfkey_satype2proto(uint8_t satype) in pfkey_satype2proto() argument572 switch (satype) { in pfkey_satype2proto()1880 int satype = hdr->sadb_msg_satype; in pfkey_promisc() local1885 if (satype != 0 && satype != 1) in pfkey_promisc()1887 pfk->promisc = satype; in pfkey_promisc()3337 __u8 satype = (x->id.proto == IPPROTO_ESP ? SADB_SATYPE_ESP : 0); in pfkey_send_new_mapping() local3344 if (!satype) in pfkey_send_new_mapping()3371 hdr->sadb_msg_satype = satype; in pfkey_send_new_mapping()