Lines Matching refs:hsc
765 int add_keys, int hsc)
793 ((hsc & 1) ? sizeof(struct sadb_lifetime) : 0) +
794 ((hsc & 2) ? sizeof(struct sadb_lifetime) : 0) +
885 if (hsc & 2) {
896 if (hsc & 1) {
1058 int hsc)
1060 return __pfkey_xfrm_state2msg(x, 0, hsc);
3052 int hsc;
3056 hsc = 2;
3058 hsc = 1;
3060 out_skb = pfkey_xfrm_state2msg_expire(x, hsc);