Lines Matching refs:mt

428 l3ni1_message(struct l3_process *pc, u_char mt)  in l3ni1_message()  argument
436 MsgHead(p, pc->callref, mt); in l3ni1_message()
441 l3ni1_message_plus_chid(struct l3_process *pc, u_char mt) in l3ni1_message_plus_chid() argument
450 MsgHead(p, pc->callref, mt); in l3ni1_message_plus_chid()
462 l3ni1_message_cause(struct l3_process *pc, u_char mt, u_char cause) in l3ni1_message_cause() argument
469 MsgHead(p, pc->callref, mt); in l3ni1_message_cause()
666 u_char mt; in check_infoelements() local
679 mt = *p++; in check_infoelements()
731 mt, err_compr, err_ureg, err_len, err_seq); in check_infoelements()
746 l3ni1_check_messagetype_validity(struct l3_process *pc, int mt, void *arg) in l3ni1_check_messagetype_validity() argument
748 switch (mt) { in l3ni1_check_messagetype_validity()
773 l3_debug(pc->st, "l3ni1_check_messagetype_validity mt(%x) OK", mt); in l3ni1_check_messagetype_validity()
779 l3_debug(pc->st, "l3ni1_check_messagetype_validity mt(%x) fail", mt); in l3ni1_check_messagetype_validity()
2844 global_handler(struct PStack *st, int mt, struct sk_buff *skb) in global_handler() argument
2857 if ((mt == globalmes_list[i].primitive) && in global_handler()
2863 proc->state, mt); in global_handler()
2881 proc->state, mt); in global_handler()
2883 globalmes_list[i].rout(proc, mt, skb); in global_handler()
2890 int i, mt, cr, callState; in ni1up() local
2936 mt = skb->data[skb->data[1] + 2]; in ni1up()
2945 if (mt == MT_FACILITY) in ni1up()
2956 global_handler(st, mt, skb); in ni1up()
2968 global_handler(st, mt, skb); in ni1up()
2975 if (mt == MT_SETUP) { in ni1up()
2992 } else if (mt == MT_STATUS) { in ni1up()
3023 } else if (mt == MT_RELEASE_COMPLETE) { in ni1up()
3039 if (l3ni1_check_messagetype_validity(proc, mt, skb)) { in ni1up()
3046 if ((mt == datastatelist[i].primitive) && in ni1up()
3053 proc->state, mt); in ni1up()
3055 if ((MT_RELEASE_COMPLETE != mt) && (MT_RELEASE != mt)) { in ni1up()
3063 proc->state, mt); in ni1up()